projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2687f7
)
([vertical-scroll-bar C-mouse-2]): Split the window.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 7 Jul 1994 18:39:02 +0000
(18:39 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 7 Jul 1994 18:39:02 +0000
(18:39 +0000)
lisp/mouse.el
patch
|
blob
|
history
diff --git
a/lisp/mouse.el
b/lisp/mouse.el
index 6bc7259e6e0e18ef636afa8d8453adb7443899d1..aaa11a7fca98e70b3c036543dc43ac37ec774674 100644
(file)
--- a/
lisp/mouse.el
+++ b/
lisp/mouse.el
@@
-1333,6
+1333,7
@@
and selects that window."
(global-set-key [mode-line mouse-2] 'mouse-delete-other-windows)
(global-set-key [mode-line mouse-3] 'mouse-delete-window)
(global-set-key [mode-line C-mouse-2] 'mouse-split-window-horizontally)
+(global-set-key [vertical-scroll-bar C-mouse-2] 'mouse-split-window-vertically)
(provide 'mouse)